CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket client server

搜索资源列表

  1. Socket

    0下载:
  2. socket server与client的传输-socket server and client
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-30
    • 文件大小:359823
    • 提供者:奔跑的蜗牛
  1. socket

    0下载:
  2. 用c++写的一个套接字文字传输,包括服务器和客户端,采用vc++6.0开发环境,用户可以在config文件中设置端口-Using c++ socket write a text transmission, including server and client, using vc++6.0 development environment, users can set the port in the config file
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-10
    • 文件大小:2026121
    • 提供者:孔纯松
  1. socket

    0下载:
  2. 模拟服务器端和客户端,模拟TCP/IP协议和服务器浏览器工作流程。-Simulation server-side and client-side, analog TCP/IP protocol and the server browser workflow.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-06
    • 文件大小:12099
    • 提供者:wangfei
  1. Socket

    0下载:
  2. SOCKET编程,实现了一个服务器一个客户去的通信,适用于初学SOCKET者。-SOCKET programming, implements a server to a client communications, suitable for beginners who SOCKET.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:15362
    • 提供者:pengwei
  1. socket

    0下载:
  2. 在Unix里面的模拟一个客户服务器模式的程序,很好的模拟了C/S模式-In the Unix inside a client-server model simulation program, a good simulation of the C/S mode
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:58278
    • 提供者:石婷
  1. qddown_java8543535625

    0下载:
  2. 服务器与客户间通过套接口Socket(TCP)连接。在java中使用套接口相当简单,Java API为处理套接口的通信提供了一个类java.net.Socket.,使得编写网络应用程序相对容易.服务器采用多线程以满足多用户的请求,通过JDBC与后台数据库连接,并通过创建一个ServerSocket对象来监听来自客户的连接请求,默认端口为8080,然后无限循环调用accept()方法接受客户程序的连接-Between server and client through the socket Soc
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:903317
    • 提供者:yessky
  1. socket

    0下载:
  2. 服务器通过socket连接向客户端发送字符串"Hello, you are connected!"。只要在服务器上运行该服务器软件,在客户端运行客户软件,客户端就会收到该字符串。 -Server through the socket connection to the client sends the string " Hello, you are connected!" . As long as the server running the server software, c
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3668
    • 提供者:王红艳
  1. Socket_Android_chat_zs

    0下载:
  2. 里面分两个文件夹,client 在Android实现,Server 是java应用程序。运行时注意在client 的中换上Server的IP-Inside two folders, client achieve in Android, Server is a java application. Run-time attention of the client put in the Server' s IP
  3. 所属分类:Java Develop

    • 发布日期:2017-03-28
    • 文件大小:58418
    • 提供者:wzs
  1. assignment3

    0下载:
  2. Java UDP Ping Client/Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:9362
    • 提供者:rdt
  1. csharp_socket

    0下载:
  2. c# socket 实现客户端和服务器间简单通信功能。-c# socket client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:28322
    • 提供者:cgl
  1. m_server

    0下载:
  2. socket通信server端,连接MYSQL,可以实现client端发包的接收,和数据库的查找,添加-communication server-side socket, the connection MYSQL, can achieve the receiving client-side bidding, and database search, add
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:968337
    • 提供者:tom
  1. j2meHttp

    0下载:
  2. j2me源码实例:手机发送接收消息,socket通信,服务器客户端联系-j2me source code examples: cell phones to send receive messages, socket communication, client server connection
  3. 所属分类:Other systems

    • 发布日期:2017-03-26
    • 文件大小:59919
    • 提供者:dyy
  1. socket

    0下载:
  2. 本文档是linux下的socket客户端和服务器程序源码,可以通过此代码了解linux下的网络编程-This document is under linux socket client and server source code, you can understand this code network programming under linux
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2383
    • 提供者:海锐
  1. SOCKET-Linux-chat

    0下载:
  2. 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:144245
    • 提供者:
  1. Socket

    0下载:
  2. 这个程序要完成一个聊天室的功能,它是用纯的winsock的去写,而不用任何CSocket的东西, 即可以用来做客户端又可以用来做服务器端,它要求是非阻塞方式的连接。-This program should complete a chat room feature, which is pure winsock' s to write, without any CSocket things that can be used to make the client can also be us
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-14
    • 文件大小:3111064
    • 提供者:王杰
  1. socket

    0下载:
  2. 使用unix_domain_socket编写的简单的客户端和服务器,domain_socket是目前最流行的IPC-Prepared using unix_domain_socket simple client and server, domain_socket is the most popular IPC
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:3405
    • 提供者:JoeWang
  1. socket

    0下载:
  2. win socket 编程 包括服务端和客户端,界面形势,窗体软件。-win socket programming, including server and client, interface the situation, the form software.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-22
    • 文件大小:7095386
    • 提供者:刘茂典
  1. ser-cli

    0下载:
  2. 对SOCKET编程的服务端、客户端通信为例,说明连接、发送、接收、断开的短连接过程。-socket client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:112552
    • 提供者:梁晓锋
  1. socket

    0下载:
  2. Linux下使用C语言实现了客户端连接服务端-Linux using C language to the client server connection
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2637
    • 提供者:谭强
  1. Socket

    0下载:
  2. VC++ 线程非阻塞SOCKET通信 服务器与客户端发消息只建立一个套接字-SOCKET VC++ thread non-blocking message communications server and client to establish a socket only
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-23
    • 文件大小:7337631
    • 提供者:cuihang
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com